home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 2003 May (DVD) / Macworld Resource DVD May 2003.toast / Data / Shareware / Internet / Adium1.6.2c.sit / Adium 1.6.2c / Adium.app / Contents / Resources / FireTalk / CHANGELOG next >
Encoding:
Text File  |  2002-10-19  |  4.9 KB  |  137 lines

  1. v0.0.13 - 2001/04/04
  2. --------------------
  3.     * Makefile debugging flags removed
  4.     * Added FC_USER_NICKCHANGED
  5.     * (AIM/TOC) Added FC_USER_NICKCHANGED support
  6.     * (IRC) Added FC_USER_NICKCHANGED support
  7.     * GUI support for FC_USER_NICKCHANGED
  8.     * Fixed some logon nick formatting issues
  9.     * MacOS X fixes (Jon Freeland/Dan Reed) (removed poll() call and header)
  10.  
  11. v0.0.12 - 2001/03/31
  12. --------------------
  13.     * (AIM/TOC) Fixed a chat join/part segfault
  14.     * (AIM/TOC) Fixed chat inviting
  15.     * (AIM/TOC) Fixed wrong-format usernames coming into callbacks
  16.     * (AIM/TOC) Fixed errors on usernames with spaces
  17.     * Makefile cleanups
  18.     * NetBSD fixes (thanks to Jeremy Reed)
  19.     * (AIM/TOC) get_info fixes, because AOL sucks (thanks to Mike Jacobi)
  20.     * Added firetalk_set_nickname
  21.     * (AIM/TOC) Added set_nickname support
  22.     * (IRC) Added set_nickname support
  23.     * Added FC_NEWNICK
  24.     * (AIM/TOC) Added FC_NEWNICK support
  25.     * (IRC) Added FC_NEWNICK support
  26.     * Added firetalk_set_password
  27.     * (AIM/TOC) Added set_password support
  28.     * (IRC) Added set_password support (NickServ)
  29.     * Added FC_PASSCHANGED
  30.     * (AIM/TOC) Added FC_PASSCHANGED support
  31.     * (IRC) Added FC_PASSCHANGED support
  32.     * GUI support for FC_NEWNICK, FC_PASSCHANGED, set_nickname and set_password
  33.  
  34. v0.0.11 - 2001/01/07
  35. --------------------
  36.     * (IRC) Fixed a bug in sending code (extra character leaking in when arg wasn't last item)
  37.     * (IRC) Added CTCP support
  38.     * (IRC) Fixed get_info to work even if user isn't in buddy list
  39.     * (IRC) Change FC_CHAT_GETMESSAGE to handle automessages
  40.     * Renumbered & reordered callbacks (breaks binary compatibility)
  41.     * Added FC_IM_GETACTION and FC_CHAT_GETACTION
  42.     * (IRC) Added IM_GETACTION and CHAT_GETACTION support
  43.     * (AIM/TOC) Added IM_GETACTION and CHAT_GETACTION support using "/me " standard
  44.     * (AIM/TOC) Strip html out of chat room messages if sent by another html-unaware client
  45.     * Changed firetalk_chat_send_message to have an automessage_flag
  46.     * (IRC) Added chat_send_message automessage support
  47.     * Added firetalk_im_send_action and firetalk_chat_send_action
  48.     * (AIM/TOC) Added im_send_action and chat_send_action support
  49.     * (IRC) Added im_send_action and chat_send_action support
  50.     * (IRC) NickServ support with the initial supplied connection password (works on OPN, others?)
  51.     * Added FC_CHAT_GOTTOPIC
  52.     * (IRC) Added CHAT_GOTTOPIC support
  53.     * Added FC_CHAT_USER_OPPED and FC_CHAT_USER_DEOPPED
  54.     * (IRC) Added CHAT_USER_OPPED and CHAT_USER_DEOPPED support
  55.     * Added firetalk_chat_set_topic
  56.     * (IRC) Added chat_set_topic support
  57.     * Added firetalk_chat_op and firetalk_chat_deop
  58.     * (IRC) Added chat_op and chat_deop support
  59.     * gui.c changes for all of the above
  60.     * GUI now disconnects cleanly on quit
  61.     * Bugfixes in firetalk_callback_disconnect
  62.     * (IRC) Major error handling additions
  63.  
  64. v0.0.10 - 2001/01/05
  65. --------------------
  66.     * (IRC) chat & buddy support added (still needs chat opers and channel titles)
  67.     * (IRC) getinfo support
  68.     * (AIM/TOC) Fixed chat segfault on repeatedly joining the same room
  69.     * (AIM/TOC) Fixed chat bug: not being able to join on invite
  70.     * Removed connection numbers and added protocol number to firetalk_create_handle
  71.  
  72. v0.0.9 - 2000/12/18
  73. -------------------
  74.   * Fixed low idle setting
  75.     * Example functionality (now in gui.c, and compiles to firetalk)
  76.     * Lots of segfaults fixed
  77.     * Fixed chat support
  78.     * Added flags to got_info
  79.     * Compiles to static library instead of shared
  80.     * Compiles to firetalk binary instead of example
  81.  
  82. v0.0.8 - 2000/12/15
  83. -------------------
  84.     * Fixed unidle on talk (now immediate)
  85.     * example now auto-reconnects
  86.     * No longer send idle data if user just went offline
  87.     * Multiple connections per protocol
  88.     * Massive internal cleanups
  89.     * Fixed unidle for automessage (doesn't happen)
  90.  
  91. v0.0.7 - 2000/12/11
  92. -------------------
  93.     * Fixed idle time setting
  94.     * Fixed roomoruser in errors
  95.     * Fixed info for blank profiles
  96.     * Fixed example brokenness
  97.     * Changed some char's to ints
  98.  
  99. v0.0.6 - 2000/12/10
  100. -------------------
  101.     * Added chat and idle support
  102.     * Added much better error handling
  103.     * Cleaned up alot of define and symbol names
  104.     * Const and static everywhere for speed
  105.     * Numerous bug fixes
  106.  
  107. v0.0.5 - 2000/12/03
  108. -------------------
  109.     * Added DOINIT callback so deny is in place before final connect
  110.     * Fixed some (data) typing problems in the code
  111.  
  112. v0.0.4 - 2000/12/03
  113. -------------------
  114.     * Fixed add_buddy and add_deny into one large packet instead of many
  115.     * Corrected some signedness in the packet code
  116.  
  117. v0.0.3 - 2000/12/02
  118. -------------------
  119.     * Fixed infinite loop on disconnect
  120.     * Fixed Makefile install path
  121.  
  122. v0.0.2 - 2000/12/02
  123. -------------------
  124.     * Added set_away
  125.     * Removed my username & password from example.c
  126.     * Set licensing terms
  127.     * Moved to Makefile from build scripts
  128.     * Added firetalk_set_info function
  129.     * Made TOC GOTINFO callback return HTML instead of partial URL
  130.     * Cleaned up function pointer calls
  131.     * New LISTBUDDY callback and list_buddies function
  132.     * Cleaned up so it compiles with -pedantic
  133.  
  134. v0.0.1 - 2000/11/27
  135. -------------------
  136.     * Initial Release
  137.